home *** CD-ROM | disk | FTP | other *** search
/ Dermatology Step by Step / Dermatology Step by Step.iso / pc / Media / Main.dxr / 00005_sBtnInstall_NS.ls < prev    next >
Encoding:
Text File  |  2001-02-16  |  435 b   |  19 lines

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to member("bInstall_NS_hl")
  3.   cursor(280)
  4. end
  5.  
  6. on mouseDown me
  7.   set the member of sprite the currentSpriteNum to member("bInstall_NS_dn")
  8. end
  9.  
  10. on mouseLeave me
  11.   set the member of sprite the currentSpriteNum to member("bInstall_NS")
  12.   cursor(-1)
  13. end
  14.  
  15. on mouseUp me
  16.   set the member of sprite the currentSpriteNum to member("bInstall_NS_hl")
  17.   doInstallBrowser_NS()
  18. end
  19.